home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / lib-src / changelog < prev    next >
Text File  |  1993-07-19  |  44KB  |  1,248 lines

  1. Thu Jul 15 22:03:13 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2.  
  3.     * Version 19.17 released.
  4.  
  5.     * etags.c (print_help): Break up the very long strings containing
  6.     the help message into shorter strings, to placate chintzy C
  7.     compilers which can't handle strings that long.
  8.  
  9.     * wakeup.c: Use CPP tangle from autoconf manual to #include the
  10.     correct combination of <time.h> and <sys/time.h>.
  11.  
  12. Thu Jul  8 18:10:44 1993  Francesco Potorti`  (pot@cnuce.cnr.it)
  13.  
  14.     * etags.c (alloca): removed all references to it.
  15.     (main): now calls xnew instead of alloca for portability.
  16.     (../src/config.h): included only if HAVE_CONFIG_H.
  17.     (const): void definition removed--config.h takes care of it.
  18.  
  19. Thu Jul  8 18:35:28 1993  Francesco Potorti`  (pot@cnuce.cnr.it)
  20.  
  21.     * etags.c (consider_token): was `==', now is `='.
  22.     (consider_token): DEFUNs now treated like funcs in ctags mode.
  23.  
  24.     * etags.c (LEVEL_OK_FOR_FUNCDEF): removed.
  25.     (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF.
  26.     (C_entries): removed a piece of useless code.
  27.     (C_entries): making typedef tags is delayed until a semicolon
  28.     is met.  This handles "typedef int X, Y, Z;" correctly.
  29.  
  30. Tue Jul  6 11:05:14 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  31.  
  32.     * Version 19.16 released.
  33.  
  34.     * b2m.c: #include <sys/types.h>.
  35.     (ltoday): Declare this to be time_t.
  36.  
  37. Wed Jun 30 18:54:08 1993  Paul Eggert  (eggert@twinsun.com)
  38.  
  39.     * vcdiff: Add -q option.
  40.  
  41. Tue Jun 29 18:47:53 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  42.  
  43.     * etags.c: #include "config.h" and the alloca CPP tangle before
  44.     #including the system headers and getopt.h.  AIX requires the
  45.     #pragma to come before any actual C code.
  46.  
  47. Mon Jun 21 23:57:37 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  48.  
  49.     * Makefile.in (ctags): Depend on etags, so that parallel makes
  50.     don't write etags.o files on top of each other.
  51.  
  52. Sat Jun 19 17:14:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  53.  
  54.     * version 19.15 released.
  55.  
  56. Sat Jun 19 16:35:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  57.  
  58.     * etags.c (add_node): Move var last_node to file scope.
  59.  
  60. Thu Jun 17 19:29:56 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  61.  
  62.     * Version 19.14 released.
  63.  
  64. Wed Jun 16 19:46:56 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  65.  
  66.         Bring mumbleclean targets into conformance with GNU coding standards.
  67.     * Makefile.in (distclean): Call clean to do most of the work.
  68.     Delete aixcc.c and TAGS.
  69.     (realclean): Just call distclean.
  70.     
  71.     * Makefile.in: Remember, spaces are not tabs.
  72.  
  73. Sun Jun 13 14:10:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  74.  
  75.     * Makefile.in (CPP_CFLAGS): New variable.
  76.     Use it instead of ALL_CFLAGS when compiling a .c file.
  77.     (getopt.o, getopt1.o): Add explicit compilation commands.
  78.  
  79. Thu Jun 10 23:03:26 1993  Mark D. Baushke  (mdb@cisco.com)
  80.  
  81.     * etags.c: Reinstate old -f option as an alias for -o for
  82.     installed base uses.
  83.  
  84. Wed Jun  9 00:06:03 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  85.  
  86.     * emacsserver.c (main): When we're passing a `struct sockaddr_un'
  87.     to bind or accept, cast the pointer, to avoid warnings on systems
  88.     which declare prototypes for this.
  89.     * emacsclient.c (main): Same.
  90.  
  91.     * Makefile.in (YACC): New variable, to be set by top-level Makefile.
  92.  
  93. Tue Jun  8 03:14:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  94.  
  95.     * Version 19.13 released.
  96.  
  97.     * wakeup.c: Include sys/types.h, too; I think that's where time_t
  98.     comes from, not sys/time.h.
  99.  
  100. Wed Jun  2 02:50:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  101.  
  102.     * wakeup.c: Include sys/time.h.
  103.  
  104.     * etags.c: #undef static.
  105.  
  106.     * Version 19.12 released.
  107.  
  108.     * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
  109.  
  110. Tue Jun  1 04:07:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  111.  
  112.     * Version 19.11 released.
  113.  
  114.     * timer.c [LINUX]: #undef signal.
  115.     * emacsserver.c: #undef signal.
  116.  
  117. Sun May 30 21:39:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  118.  
  119.     * wakeup.c (main): Make when a time_t.
  120.  
  121. Sun May 30 15:24:31 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  122.  
  123.     * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of
  124.     `(cd foo ; pwd)` to get the canonical name of a directory; cd
  125.     might fail, and have pwd print out the current directory.
  126.  
  127.     * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
  128.     string-handling functions.
  129.  
  130. Sun May 30 00:15:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  131.  
  132.     * Version 19.10 released.
  133.  
  134. Sat May 29 05:17:56 1993  Paul Eggert  (eggert@twinsun.com)
  135.  
  136.     * rcs2log: When given no file arguments, inspect RCS/.* as well
  137.     as RCS/*.  Don't report an error if RCS is empty or nonexistent.
  138.  
  139. Sat May 29 01:00:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  140.  
  141.     * Makefile.in (timer): Link with $(LOADLIBES).
  142.  
  143. Fri May 28 17:21:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  144.  
  145.     * fakemail.c (put_line): Don't output \n\t unless more text follows.
  146.  
  147. Fri May 28 03:57:16 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  148.  
  149.     * etags.c: Replace the CPP tangle for alloca with the one from the
  150.     autoconf documentation, since that's working elsewhere.
  151.  
  152. Thu May 27 23:32:46 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  153.  
  154.     * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
  155.     description files can find their ancestors.
  156.  
  157. Thu May 27 20:54:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  158.  
  159.     * Makefile.in (install): Get the scripts from ${srcdir},
  160.     unlike the executables.
  161.     (ALL_CFLAGS): Add -I../src
  162.  
  163. Thu May 27 02:35:32 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  164.  
  165.     * Version 19.9 released.
  166.  
  167. Wed May 26 22:45:39 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  168.  
  169.     * Makefile.in (install): Do install the programs listed in
  170.     INSTALLABLE_SCRIPTS.  Make the renaming loop use INSTALLABLES and
  171.     INSTALLABLE_SCRIPTS, instead of writing the programs out.
  172.  
  173.     * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
  174.     (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
  175.  
  176. Tue May 25 16:07:07 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  177.  
  178.     * etags.c: Include ../src/config.h.
  179.  
  180.     * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
  181.     in first loop.  Delete files from bindir before installing new ones.
  182.     (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
  183.  
  184. Mon May 24 12:14:41 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  185.  
  186.     * Version 19.8 released.
  187.  
  188.     * make-docfile.c: Doc fix.
  189.  
  190. Mon May 24 19:33:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  191.  
  192.     * tcp.c: Fix comment syntax at top of file.
  193.     (main): Don't call htons with the port number.
  194.  
  195. Mon May 24 01:53:42 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  196.  
  197.     * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
  198.     appropriate. 
  199.  
  200.     * Makefile.in (install): Refer to the variables INSTALLABLES and
  201.     INSTALLABLE_SCRIPTS, instead of writing them out.
  202.  
  203. Sun May 23 14:52:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  204.  
  205.     * make-path.c (main): Return 0.
  206.  
  207. Sat May 22 19:37:01 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  208.  
  209.         * Version 19.7 released.
  210.  
  211. Sat May 22 14:07:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  212.  
  213.     * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
  214.  
  215. Wed May 19 17:09:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  216.  
  217.     * tcp.c: New file.
  218.  
  219. Tue May 18 16:35:06 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  220.  
  221.     * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
  222.  
  223. Sat May 15 18:13:22 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  224.  
  225.     * timer.c (notify): Don't call sighold or sigrelse; they're USG
  226.     only.  We should really fix this later, but let's just make it
  227.     compile for now.
  228.  
  229.     Install patches from David J. Mackenzie to make the srcdir option
  230.     work.
  231.     * Makefile.in (srcdir, VPATH): Get this value from the top-level
  232.     Makefile.
  233.     (INSTALLABLES): Split this into two lists - INSTALLABLES and
  234.     INSTALLABLE_SCRIPTS.
  235.     (INSTALLABLE_SCRIPTS): New list.
  236.     (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
  237.     (${archlibdir}): The scripts to be installed live in the source
  238.     tree, not in the object tree.
  239.     (test-distrib): Note that the data file lives in the source tree,
  240.     not the object tree.
  241.     (GETOPTDEPS): Note that getopt.h lives in the source tree.
  242.     (all other targets): Change references to source files to use
  243.     ${srcdir}, except for config.h, which lives in the object dir.
  244.     (timer.o): Note that this depends on ../src/config.h.
  245.     * make-docfile.c (main): Add a -d option, to tell it where to find
  246.     the source files.
  247.     * test-distrib.c (main): Take the name of the distribution file to
  248.     test from the command line.
  249.  
  250.     * timer.c: Fix mispellings of get_date function's name.
  251.  
  252. Wed May 12 23:00:51 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  253.  
  254.     * etags.c (main):
  255.     Don't require that there be input files if -i switches were given.
  256.  
  257. Sun May  9 17:26:58 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  258.  
  259.     The GNU coding standards specify that CFLAGS should be left for
  260.     users to set.
  261.     * Makefile.in (CFLAGS): Put this in the "things configure might
  262.     edit" section, and have it default to -g.
  263.     (ALL_CFLAGS): New variable, set to all the flags which should be
  264.     passed to compilations.  Replace all other uses of CFLAGS with
  265.     ALL_CFLAGS.
  266.     (.c.o): New rule, to pass ALL_CFLAGS to compilations.
  267.  
  268.     * Makefile.in (DEFS): Remove this; it's always just going to be
  269.     "-DHAVE_CONFIG_H -Demacs".
  270.  
  271. Mon May  3 17:55:22 1993  Paul Eggert  (eggert@twinsun.com)
  272.  
  273.     * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
  274.     /[/]/, so change it to /[\/]/.  This should work on all
  275.     Posix-compliant awks.  It's slightly wrong with traditional awk,
  276.     since it matches \ too, but that's a minor problem compared to awk
  277.     syntax errors.
  278.  
  279. Sat May  1 17:26:16 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  280.  
  281.     * Makefile.in (ALLOCA): New variable, whose value we should
  282.     inherit from the top-level makefile.
  283.     (etags, ctags): Include ALLOCA in the list of object files that
  284.     these executables depend on and link.
  285.  
  286. Fri Apr  9 08:13:16 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  287.  
  288.     * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
  289.  
  290. Wed Apr  7 22:05:58 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  291.  
  292.     * make-docfile.c (write_c_args): Print an argument named "defalt"
  293.     as "default".
  294.  
  295. Wed Mar 24 22:45:36 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  296.  
  297.     * Makefile.in (C_SWITCH_SYSTEM): New variable.
  298.     (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
  299.     compiler.
  300.  
  301. Mon Mar 22 13:16:20 1993  Francesco Potorti`  (pot@cnuce.cnr.it)
  302.  
  303.     * etags.c (YACC): flag added to c_ext.
  304.     (c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
  305.     (find_entries): consistently use streq when reasonable.
  306.     (find_entries): a .y file is a yacc file.
  307.     (get_C_stab): c_ext becomes c_ext&C_PLPL.
  308.     (C_entries): logical cplpl means c_ext&C_PLPL.
  309.     (C_entries): logical yacc_rules means we are after the first %%.
  310.     (C_entries): added logic for yacc files.
  311.  
  312. Tue Mar 16 12:13:43 1993  Francesco Potorti`  (pot@cnuce.cnr.it)
  313.  
  314.     * etags.c (C_entries): ':' case moved to the second switch.
  315.     (C_entries): do not examine token if structdef==scolonseen.
  316.     (consider_token): structtag set to null string for enum.
  317.  
  318. Fri Mar 12 19:54:24 1993  Francesco Potorti`  (pot@cnuce.cnr.it)
  319.  
  320.     * etags.c (GET_COOKIE): and related macros removed.
  321.     (logical): is now int, no more a char.
  322.     (reg): define deleted.
  323.     (isgood, _gd, notgd): deleted.
  324.     (gotone): deleted.
  325.     (TOKEN): member linestart removed.
  326.     (linepos, prev_linepos, lb1): deleted.
  327.     (main): call initbuffer on lbs array instead of lb1.
  328.     (init): removed the initialisation of the logical _gd array;
  329.     (find_entries): a .sa suffix means assembler file.
  330.     (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
  331.     All C state machines rewritten.
  332.     (C_entries): complete rewrite.
  333.     (condider_token): complete rewrite.
  334.     (getline): deleted.
  335.  
  336. Mon Mar  1 19:06:26 1993  Francesco Potorti`  (pot@fly.CNUCE.CNR.IT)
  337.  
  338.     * etags.c (C_entries): Added the quotednl logical variable.
  339.     Used for parsing of #define's spanning multiple lines.
  340.  
  341. Tue Feb 23 13:51:16 1993  Francesco Potorti`  (pot@fly.CNUCE.CNR.IT)
  342.  
  343.     * etags.c (C_entries): Save the definedef status even when a
  344.     newline is met inside a string.
  345.  
  346. Fri Mar 19 02:49:40 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  347.  
  348.         * Makefile.in (EXECUTABLES): added rcs-checkin.
  349.  
  350.     * Makefile.in (unlock, relock): New productions.
  351.  
  352. Tue Mar 16 22:49:00 1993  Paul Eggert  (eggert@twinsun.com)
  353.  
  354.     * rcs2log: Some awks don't understand "\r".  Code around this.
  355.     Unfortunately this requires putting a carriage return in the
  356.     source code.  Don't assume that rlog will tolerate times like
  357.     `10:10:60'; RCS 5.7 won't allow this.
  358.  
  359. Wed Mar 10 20:03:09 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  360.  
  361.     * timer.c (main): Set the ownership of the stdin file descriptor
  362.     to the current process.  Print error messages if either of the
  363.     fcntl's fails.
  364.  
  365.     * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
  366.     ../src/config.h), not void.
  367.  
  368. Sat Mar  6 16:17:47 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  369.  
  370.     * b2m.c (main): Don't exit upon reading a blank line.
  371.  
  372. Mon Mar  1 19:06:26 1993  Francesco Potorti`  (pot@fly.CNUCE.CNR.IT)
  373.  
  374.     * etags.c (C_entries): New local variable quotednl.  Used for
  375.     parsing of #define's spanning multiple lines.
  376.  
  377.     * etags.c (C_entries): Save the definedef status
  378.     even when a newline is met inside a string.
  379.  
  380. Fri Feb 26 06:10:58 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  381.  
  382.     * timer.c (notify): Initialize waitfor properly.
  383.  
  384. Mon Feb 22 12:48:14 MET 1993  Francesco Potorti`  (pot@CNUCE.CNR.IT)
  385.  
  386.     * etags.c (C_entries): Don't reset definedef when a newline inside a
  387.     comment is met.
  388.  
  389. Thu Jan 14 14:57:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  390.  
  391.     * etags.c (find_entries): If filename ends in .f or .for,
  392.     don't try anything but Fortran.
  393.  
  394. Fri Jan  8 15:27:42 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  395.  
  396.     * timer.c (notify): Flush stdout after writing message to avoid lossage
  397.     on terminals.
  398.  
  399.     (notify): Also, write a newline after the token.
  400.  
  401. Sat Dec 12 01:00:29 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  402.  
  403.     * Makefile.in (exec_prefix): New variable.
  404.     (bindir, libdir): Use it instead of `prefix'.
  405.  
  406.     * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
  407.  
  408.     * Makefile.in (libdir): Default to ${prefix}/lib.
  409.     (archlibdir): Adjusted to match.
  410.  
  411.     * Makefile.in (distclean): Don't delete backup or autosave files.
  412.     (extraclean): Like realclean, but does delete backup and autosave
  413.     files.
  414.  
  415.     * Makefile.in (realclean): Ignore errors from rm.
  416.  
  417.     * Makefile.in (distclean): Don't bother to delete ../arch-lib;
  418.     that doesn't exist anymore.
  419.  
  420. Fri Dec 11 00:51:13 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  421.  
  422.     * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
  423.     described in the top-level Makefile.
  424.     (UTILITIES): Add make-path to the list of utility programs.
  425.     (../arch-lib): Replaced by the ${archlibdir} target, which places
  426.     the executables in their permanent home.
  427.     (install, install.sysv, install.xenix): Consolidated into one
  428.     target which should work under all circumstances, modulo a few
  429.     ignored error messages.
  430.  
  431.     * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
  432.     a different number of arguments than other DEFVARs, recognize it
  433.     specially, and expect the right number of commas.
  434.  
  435. Fri Dec  4 15:05:36 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  436.  
  437.     * make-path.c: New program, to help with the installation process.
  438.     * Makefile.in (make-path): New target.
  439.  
  440.     * make-path.c (touchy_mkdir): Remove debugging output.
  441.  
  442. Thu Nov  5 23:35:53 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  443.  
  444.     * Makefile.in (getdate.o): Added explicit target for this, so we
  445.     can indicate that it depends on ../src/config.h.
  446.  
  447. Wed Nov  4 15:10:28 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  448.  
  449.     * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
  450.     instead of CFLAGS.
  451.     (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
  452.  
  453. Wed Sep 30 17:42:19 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  454.  
  455.     * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
  456.     9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
  457.     that system.
  458.  
  459.     * Makefile.in (arch-lib): Give rm the `-f' option.
  460.  
  461. Mon Sep 28 23:40:10 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  462.  
  463.     * make-docfile.c (write_c_args): Rewritten to correctly print
  464.     &optionals before the first identifier, but after the first paren.
  465.     This code used to just wait for commas or spaces; now it notices
  466.     identifier boundaries.
  467.  
  468. Sat Sep 26 21:56:46 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  469.  
  470.     * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
  471.  
  472. Wed Sep 23 06:33:34 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  473.  
  474.     * make-docfile.c (write_c_args): Print the argument lists properly
  475.     when the first argument is optional.
  476.  
  477. Sat Sep 19 20:41:45 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  478.  
  479.     * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
  480.     Redefine @item.  Set catcode of +.
  481.  
  482. Sat Aug 22 03:09:48 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  483.  
  484.     * emacsclient.c (main): Set IPC_CREAT in msgget call.
  485.  
  486. Thu Aug 20 01:09:32 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  487.  
  488.     * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
  489.     (TEX_decode_env): Make `tab' one element longer.
  490.  
  491. Thu Aug 20 17:24:46 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  492.  
  493.     * etags.c (PF_funcs): Recognize the "entry" keyword.
  494.  
  495. Tue Aug 18 20:30:56 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  496.  
  497.     * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
  498.  
  499. Fri Aug 14 13:06:07 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  500.  
  501.     * timer.c (events): Rather than having slots marked as in use or
  502.     out of use by the `token' field, keep all pending events at the
  503.     beginning of the array.  When we delete an event in the middle of
  504.     the array, we move the last event into its place.
  505.     (num_events): New variable.
  506.     (schedule): It is now cheaper to find a free event slot;
  507.     events[num_events] is the first free slot.
  508.     (notify): Scan events[0 .. num_events-1], instead of the whole
  509.     array.  When an event fires, move the last event in the array into
  510.     its spot.  Use num_events to determine whether or not there are
  511.     any pending events, not wait_for.
  512.     (getevent): Deleted unused variable `ep'.
  513.     (sigcatch): It's now easier to find all the active events.
  514.     (main): Initialize num_events.
  515.  
  516.     * etags.c: Rather than fret about which systems have index and
  517.     which systems have strchr, and how to tell the difference between
  518.     them, we just write out our own versions.  Big deal.
  519.     (index, rindex): Extern declarations removed.
  520.     (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
  521.     (etags_index, etags_rindex): New declarations.
  522.     (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
  523.     TEX_getit, substr): Use the etags_*index functions, rather than
  524.     the native *index functions.
  525.     (rindex, index): Renamed to etags_rindex and tags_rindex, and
  526.     made them unconditionally defined, rather than having them depend
  527.     on NEED_*INDEX.
  528.  
  529.     * etags.c (savenstr): Add declaration for this at top of file.
  530.     (TEX_decode_env): Don't declare it local to this function.
  531.  
  532.     * b2m.c: #include "../src/config.h", so we can test for the USG
  533.     macro, and decide whether to include <string.h> or <strings.h>.
  534.     * Makefile.in: Note that b2m.c depends on ../src/config.h.
  535.  
  536. Thu Aug 13 14:17:49 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  537.  
  538.     * timer.c: Reformatted according to the GNU coding standards.
  539.     Removed arbitrary limits on the number of events queued and the
  540.     length of the tokens used to identify them.
  541.     Removed casts to (void).
  542.     Removed debugging printfs; they clutter the code, and the need
  543.     can be better filled using a real debugger.
  544.  
  545. Fri Aug  7 19:41:40 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  546.  
  547.     * timer.c: Installed new version from Eric Raymond; this is more
  548.     portable, since it doesn't try to use SIGIO.
  549.  
  550. Fri Jul 17 17:04:40 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  551.  
  552.     * emacsclient.c (main): If we can't find the socket in this
  553.     person's home directory, print a message which asks if they've
  554.     started the server, instead of just printing the message from
  555.     sys_errmsg; Cygnus finds that people are much less confused by
  556.     this.
  557.  
  558. Tue Jul 14 16:55:56 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  559.  
  560.     * etags.c: Rather than defining "notdef" when "hpux" is #defined,
  561.     so that index and rindex get defined, why don't we actually
  562.     control index and rindex using symbols called "NEED_INDEX" and
  563.     "NEED_RINDEX", and define them if hpux is defined?  Isn't that a
  564.     little more readable than defining something whose name implies
  565.     that it's not?
  566.  
  567. Wed Jul  8 17:57:18 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  568.  
  569.     * movemail.c: Merged changes from Jamie Zawinski's byte compiler
  570.     distribution:
  571.     Miscellaneous doc fixes.
  572.     (skip_white, read_lisp_symbol): New functions.    
  573.     (scan_lisp_file): Instead of using long hairy strings of ifs, call
  574.     read_lisp_symbol and then see what we got.  Call skip_white
  575.     instead of writing out a loop to do its job.  Correctly extract
  576.     docstrings from "defmacro" declarations.
  577.  
  578. Thu Jun 25 21:36:08 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  579.  
  580.     * movemail.c (strcpy): Declare this to return char *.
  581.  
  582. Thu Jun 18 18:52:36 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  583.  
  584.     * etags.c (C_entries): When we find a C++ comment, do actually
  585.     skip to the end of the line; do a 'break' instead of a 'continue'.
  586.  
  587. Thu Jun 11 16:19:48 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  588.  
  589.     * etags.c (getit): Add missing parenthesis to expression which
  590.     decides if this token is an identifier.
  591.  
  592. Thu Jun  4 21:14:43 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  593.  
  594.     * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
  595.  
  596. Sat May 30 15:30:54 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  597.  
  598.     * etags.c (put_entries): Always put space between name and line num.
  599.  
  600. Thu May 28 09:58:53 1992  Ken Raeburn  (Raeburn@Cygnus.COM)
  601.  
  602.     * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
  603.     warning.
  604.     (LEVEL_OK_FOR_FUNCDEF): Ditto.
  605.  
  606. Tue May 19 01:22:58 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  607.  
  608.     * make-docfile.c (write_c_args): Pass both arguments to putc.
  609.  
  610. Sun May 10 14:14:56 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  611.  
  612.     * etags.c (C_entries): Fixed reading of "..." strings.
  613.     (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
  614.     the C library source.
  615.  
  616.     * etags.c (C_entries): When we see a backslash inside a quoted
  617.     string, skip to the next character.  This allows us to correctly
  618.     deal with strings containing quotes.
  619.  
  620. Fri May  8 00:34:26 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  621.  
  622.     * make-docfile.c (write_c_args): Print the C argument names as
  623.     they would be written in Elisp; print '_' as '-'.
  624.  
  625. Thu May  7 16:11:26 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  626.  
  627.     * movemail.c [POP]: Get user name via getpwuid.
  628.  
  629. Mon May  4 20:34:51 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  630.  
  631.     * Makefile.in: flags in CC invocations rearranged for no reason.
  632.  
  633. Mon Apr 20 16:33:51 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  634.  
  635.     * etags.c (print_help): Remember not to imbed raw newlines in
  636.     strings - end the lines with `\n\'.
  637.  
  638. Fri Apr 17 06:04:25 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  639.  
  640.     * timer.c (getevent): Removed declaration of memcpy; since
  641.     different systems have different return types, and we're not even
  642.     using the return type anyway, it wasn't doing us any good.
  643.  
  644. Thu Apr 16 23:48:03 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  645.  
  646.     * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
  647.     type of this function.
  648.  
  649. Tue Apr 14 17:59:46 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  650.  
  651.     * ChangeLog: Since the old etc contents have been split into etc
  652.     and lib-src, the old etc's ChangeLog has been duplicated in the
  653.     new etc and lib-src.  That means that each contains complete and
  654.     coherent information, although each contains extraneous
  655.     information.     
  656.  
  657. Wed Apr  8 00:54:55 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  658.  
  659.     * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
  660.     to be consistent with other GNU programs, like makeinfo.
  661.  
  662.     * lib-src/Makefile: Renamed to Makefile.in; the configure script
  663.     will edit this to produce Makefile.
  664.  
  665. Tue Apr  7 02:39:25 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  666.  
  667.     * etags.c (print_help, print_version): New functions.
  668.     (main): Options added to support them.
  669.  
  670.     * etags.c (longopts): New array of long names for the options.
  671.     (main): Recognize them.
  672.  
  673. Mon Apr  6 22:29:38 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  674.  
  675.     * etags.c (C_entries): Removed comment saying that \" in a string
  676.     isn't recognized as magic, because it is correctly handled.
  677.  
  678.     * getopt.c, getopt.h: New files, from GNU C library.
  679.     * etags.c: Rewritten to use getopt.
  680.     #include "getopt.h".
  681.     (file_num): Variable deleted; its role is now played by getopt's
  682.     optind.
  683.     (main): Argument processing loop rewritten to call getopt to get
  684.     next option.  Options which take parameters (-o and -i) rewritten
  685.     to get parameter from optarg instead of argv[1].  Filename
  686.     preprocessing loop and update command changed similarly.
  687.     * Makefile (etags, ctags): Depend on and link with getopt.h,
  688.     getopt.o, and getopt1.o.
  689.     (getopt.o, getopt1.o): New targets for the GNU getopt routines.
  690.  
  691.     * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
  692.     is non-zero.
  693.  
  694.     (main): In the argument processing loop, the 'goto next_arg'
  695.     statements are breaking out of the switch statement in exactly the
  696.     same way that a simple 'break' statement would; replace the gotos
  697.     with breaks, and remove the label.
  698.  
  699. Mon Apr  6 17:29:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  700.  
  701.     * etags.c (C_entries): Clear tydef and next_token_is_func at start.
  702.     (consider_token): Move next_token_is_func to global.
  703.  
  704. Thu Apr  2 02:03:48 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  705.  
  706.     * Makefile: Conform with GNU coding standards:
  707.     (mostlyclean): New target, synonymous with clean.
  708.     (TAGS, check): New targets.
  709.     (INSTALL, INSTALLFLAGS): New variables.
  710.  
  711. Tue Mar 31 10:30:56 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  712.  
  713.         * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
  714.     `config.emacs' to `configure'.
  715.  
  716.     * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
  717.     * etc/MACHINES: Same.
  718.  
  719. Mon Mar 30 21:34:42 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  720.  
  721.     * movemail.c (main): Allow tempname to be as long as necessary,
  722.     instead of limiting it to 39 characters.
  723.  
  724.     * movemail.c (main): Move declaration of buf from top of function
  725.     to local block surrounding the copy loop.  This makes it less
  726.     likely to be confused with the buf used by the code which checks the
  727.     permissions on outname's directory.
  728.  
  729. Fri Mar 20 08:58:40 1992  Jim Kingdon  (kingdon@albert.gnu.ai.mit.edu)
  730.  
  731.     * SERVICE: Remove my entry.
  732.  
  733. Mon Mar  9 12:24:19 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
  734.  
  735.     * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
  736.     hardcoded -g.
  737.  
  738.     * movemail.c (xmalloc): Return char *, not int.
  739.     (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
  740.     that is off by default -- normally don't unlink the mail spool
  741.     file, just empty it.  Pass creat mode 0600, not 0666.
  742.  
  743. Fri Feb  7 16:28:01 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  744.  
  745.     * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
  746.     (all): Instead of here.
  747.     (install): Don't use the -s option, since people need symbols to
  748.     debug code.
  749.  
  750. Sun Jan 19 11:29:00 1992    (Eric Youngdale at youngdale@v6550c.nrl.navy.mil)
  751.  
  752.     * etags-vmslib.c (fn_exp): Add type cast.
  753.  
  754. Sat Jan 18 17:46:03 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  755.  
  756.     * movemail.c: Changes in comments.
  757.  
  758. Mon Jan 13 01:41:23 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  759.  
  760.     * Makefile: Make the distclean target erase the DOC files from
  761.     ../share-lib and the executables from ../arch-lib.
  762.  
  763. Thu Jan  9 01:37:24 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  764.  
  765.     * emacsclient.c: #include <sys/stat.h>
  766.     (main): Do declare statbfr.
  767.  
  768. Sat Dec 21 01:35:24 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  769.  
  770.     * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
  771.     for the socket, depending on SERVER_HOME_DIR.
  772.     If using /tmp, put host name in the socket name.
  773.  
  774.     * movemail.c (pfatal_and_delete): New function.
  775.     (main, popmail): Use it.
  776.     (popmail): Close output before deleting messages.
  777.     Check for error on close and on fsync.
  778.     Use `fatal' where appropriate.
  779.     (main): Remove (void).
  780.  
  781.     * aixcc.lex: New file.  Not officially part of Emacs.
  782.     * Makefile: Rules for that.
  783.  
  784. Wed Dec  4 15:16:22 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  785.  
  786.     * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
  787.  
  788.     * etags.c (main): Properly cast call to alloca that initializes
  789.     included_files.
  790.  
  791. Sat Aug 17 21:33:34 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  792.  
  793.     * etags.c (files_are_tag_tables): Remove global var.
  794.     (process_file): Don't test it.  Also remove hack checking for a
  795.     file named "TAGS".
  796.     (main): -i now takes an arg which is the name of a file to include.
  797.     Collect these names and emit include tags for them after processing
  798.     all the argument files.
  799.  
  800. Tue Jul 30 17:03:41 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  801.  
  802.     * wakeup.c: Terminate if parent goes away.
  803.  
  804. Thu Jul 18 18:09:51 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  805.  
  806.     * etags.c (C_entries): Process token before handling end of line.
  807.     When inner loops reach end of line, just back up.
  808.     Let the real end of line processing happen in just one place.
  809.     (consider_token):  Likewise.
  810.  
  811. Thu Apr 11 14:35:34 1991  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
  812.  
  813.     * etags.c (TEX_mode): Skip comments while scanning the text to see
  814.     which escape character this file uses.
  815.  
  816. Fri Mar 29 19:00:10 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  817.  
  818.     * emacsserver.c [USG]: Terminate if msgrcv fails.
  819.  
  820. Sun Mar  3 22:05:52 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  821.  
  822.     * emacsserver.c [BSD]: Check for errors on stdin after scanf.
  823.  
  824. Fri Jan 25 22:37:29 1991  Jim Blandy  (jimb at churchy.ai.mit.edu)
  825.  
  826.     * make-docfile: Find the arguments to a C function correctly,
  827.     by not ignoring the character that read_c_string returns.  Don't
  828.     even try to find argument names for functions that take MANY
  829.     or UNEVALLED arguments, since they're a figment of the docstring's
  830.     imagination.
  831.  
  832. Mon Jan 14 18:47:17 1991  Jim Blandy  (jimb at churchy.ai.mit.edu)
  833.  
  834.     * make-docfile: Read the .elc files generated by the new byte
  835.     compiler.
  836.  
  837. Mon Dec 31 17:51:53 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  838.  
  839.     * refcard.tex: Use cm fonts, not am, in multi-column mode.
  840.  
  841. Thu Nov 29 17:34:14 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  842.  
  843.     * movemail.c (mbx_delimit_begin): Put space before `unseen'.
  844.  
  845. Tue Nov 27 17:50:37 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  846.  
  847.     * Makefile (install*): No need to install wakeup.
  848.  
  849. Mon Nov 26 20:31:47 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  850.  
  851.     * Makefile (install*): Install emacsclient like etags.
  852.  
  853. Tue Nov 13 00:01:54 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  854.  
  855.     * movemail.c (error): Handle 3 args.
  856.     (main): Don't check input access if using pop.
  857.  
  858. Tue Oct 16 14:04:05 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  859.  
  860.     * etags.c (find_entries): Check for numbers after Scheme suffix.
  861.  
  862. Sun Oct 14 18:46:21 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  863.  
  864.     * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
  865.  
  866. Tue Oct  9 15:22:16 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  867.  
  868.     * Makefile (nemacstool, xvetool): New targets.
  869.  
  870. Wed Sep 26 18:43:44 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  871.  
  872.     * emacsclient.c: Include errno.h and define related variables.
  873.  
  874. Sun Sep 23 02:22:44 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  875.  
  876.     * emacsclient.c: Change usage message.
  877.  
  878. Thu Aug 30 06:17:53 1990  David Lawrence  (tale at pogo.ai.mit.edu)
  879.  
  880.     * emacs.1:  Add break before -nw option.
  881.  
  882. Sun Aug 19 19:07:48 1990  David J. MacKenzie  (djm at apple-gunkies)
  883.  
  884.     * qsort.c: Replace with GNU version.
  885.  
  886. Tue Aug 14 23:47:28 1990  David J. MacKenzie  (djm at apple-gunkies)
  887.  
  888.     * wakeup.c: New program replacing loadst.c.
  889.  
  890. Tue Aug 14 21:34:50 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  891.  
  892.     * emacsclient.c [USG]: Pass msgsnd only 4 args.
  893.  
  894. Thu Aug  9 10:36:18 1990  David J. MacKenzie  (djm at pogo.ai.mit.edu)
  895.  
  896.     * etags.c: Rename `flag' variables for what they do instead of
  897.     which option character sets them.
  898.  
  899. Mon May 28 21:54:59 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  900.  
  901.     * loadst.c (main): Conditional to get load average on Apollo.
  902.  
  903. Tue May 22 12:51:56 1990  Joseph Arceneaux  (jla at churchy.ai.mit.edu)
  904.  
  905.     * emacsserver.c: Set the permission on the socket to 0600.
  906.  
  907. Tue Mar 27 20:09:49 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  908.  
  909.     * emacsclient.c [BSD]: Print clean message for failing getwd.
  910.  
  911. Tue Mar 20 19:53:07 1990  David Lawrence  (tale at pogo.ai.mit.edu)
  912.  
  913.     * getdate.y: Use the getdate.y from GNU tar for timer.
  914.  
  915. Sun Mar 18 12:03:44 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  916.  
  917.     * emacsclient.c (main): Don't put brackets around "filename" in
  918.     usage message.  It isn't optional.
  919.  
  920. Wed Mar 14 15:23:26 1990  Joseph Arceneaux  (jla at churchy.ai.mit.edu)
  921.  
  922.     * etags.c (getit):  Recognize '$' as beginning identifiers.
  923.  
  924. Thu Feb 22 05:36:36 1990  David Lawrence  (tale at pogo.ai.mit.edu)
  925.  
  926.     * emacsserver.c: Renamed from server.c.
  927.     * Makefile: Reference emacsserver rather than server.
  928.     * MACHINES: Doc fix for new emacsserver name.
  929.  
  930. Thu Jan 25 22:14:15 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  931.  
  932.     * emacsclient.c: Print program name in error messages.
  933.  
  934. Fri Jan 19 22:55:07 1990  David Lawrence  (tale at cocoa-puffs)
  935.  
  936.     * timer.c, getdate.y (new files) and Makefile:
  937.       Sub-process support for run-at-time in timer.el.
  938.       Doesn't yet work correctly for USG. 
  939.  
  940. Wed Jan 10 21:58:18 1990  Jim Kingdon  (kingdon at pogo)
  941.  
  942.     * MACHINES: Add HP 300 running BSD.
  943.  
  944. Tue Jan  2 12:15:41 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  945.  
  946.     * yow.c: Dynamically allocate buffer; skip header before random
  947.     choice to avoid bias toward first item.
  948.  
  949. Sun Dec 24 23:54:28 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  950.  
  951.     * etags.c (readline): Separate out init of `pend'.
  952.  
  953. Sun Dec 17 14:28:23 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  954.  
  955.     * etags.c: Undo changes relating to isgoodhdr.
  956.  
  957. Sat Dec 16 15:31:34 1989  Mosur Mohan  (rms at sugar-bombs.ai.mit.edu)
  958.  
  959.     * etags.c (isgoodhdr): New macro.
  960.     (_gdh, notgdh): New variable used by that.
  961.     (init): Initialize _gdh.
  962.     (find_entries): Set header_file.
  963.     (consider_token): Use isgoodhdr if in header file.
  964.  
  965.     * etags.c (total_size_of_entries):
  966.     Was miscalculating by 1 in rewritten case.
  967.  
  968.     * etags.c (PAS_funcs): One arg to pfnote was missing.
  969.  
  970. Tue Dec  5 14:10:36 1989  Joseph Arceneaux  (jla at spiff)
  971.  
  972.     * MACHINES: Change for the ULTRIX entry.
  973.  
  974. Tue Nov 21 10:33:43 1989  Joseph Arceneaux  (jla at spiff)
  975.  
  976.     * etags.c (process_file): If file is not regular, return.
  977.  
  978. Mon Nov  6 03:05:31 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  979.  
  980.     * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
  981.  
  982. Mon Oct 30 01:49:21 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  983.  
  984.     * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
  985.     (main): If HAVE_GETLOADAVG, don't call `nlist'.
  986.  
  987. Wed Oct 25 01:12:02 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  988.  
  989.     * etags.c (consider_token): Allow any number of typespec keywords
  990.     after `typedef', before new type name.
  991.     (enum sym_type): Add st_C_typespec.
  992.     (C_create_stab): Put typespec kwds in table.
  993.  
  994. Sun Aug 27 13:39:02 1989  Richard Stallman  (rms at apple-gunkies.ai.mit.edu)
  995.  
  996.     * etags.c (main): Don't depend on name invoked by.
  997.     If CTAGS is not defined, assume it is ETAGS.
  998.  
  999. Mon Jul 31 02:08:58 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1000.  
  1001.     * etags.c (L_funcs): Allow package name in define construct,
  1002.     as in (foo::defmumble name-defined ...).
  1003.  
  1004. Sun Jul 30 20:55:13 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1005.  
  1006.     * etags.c (find_entries): Stupid bug testing for C filename suffixes.
  1007.  
  1008.     * Makefile (yow): Depends on ../src/paths.h.
  1009.  
  1010. Tue Jul  4 15:24:23 1989  Richard Stallman  (rms at apple-gunkies.ai.mit.edu)
  1011.  
  1012.     * etags.c: Fix compilation by moving Pascal after Fortran.
  1013.  
  1014. Thu Jun 15 12:52:48 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1015.  
  1016.     * movemail.c [USG]: Define F_OK, etc., if not found in header.
  1017.  
  1018. Sat May 27 00:24:28 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1019.  
  1020.     * hexl.c: New file, supports hexl-mode.
  1021.  
  1022. Sun May 14 18:52:58 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1023.  
  1024.     * movemail.c: New compilation flag MAIL_USE_MMDF.
  1025.  
  1026. Mon May  8 17:10:28 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1027.  
  1028.     * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
  1029.     * server.c: Likewise.
  1030.  
  1031.     * make-docfile.c (scan_c_file): Output argument names at end of string.
  1032.     (write_c_args): New subroutine.
  1033.  
  1034. Thu Apr 27 23:54:04 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1035.  
  1036.     * movemail.c: Report failure of flock.
  1037.  
  1038. Wed Apr 19 23:57:21 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1039.  
  1040.     * etags.c (find_entries): Allow multi-letter extensions for fortran.
  1041.  
  1042. Tue Apr 18 21:23:15 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1043.  
  1044.     * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
  1045.  
  1046. Wed Mar 15 23:23:33 1989  Jeff Peck  (rms at sugar-bombs.ai.mit.edu)
  1047.  
  1048.     * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
  1049.  
  1050.     * emacsstool.1: update to document environment variables.
  1051.  
  1052. Tue Feb 21 12:58:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1053.  
  1054.     * etags.c (PAS_funcs): New function by Mosur Mohan.
  1055.  
  1056.     * movemail.c: On sysv, include unistd.h.
  1057.  
  1058. Sat Feb 18 08:26:27 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1059.  
  1060.     * b2m.c: New file.
  1061.  
  1062. Wed Feb 15 10:17:27 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1063.  
  1064.     * etags.c: Prolog support from Sunichirou Sugou
  1065.  
  1066. Fri Feb  3 18:37:04 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1067.  
  1068.     * Makefile (clean): New target.
  1069.  
  1070. Wed Jan 25 01:54:13 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1071.  
  1072.     * fakemail.c (put_line): Break header lines at 79 cols.
  1073.  
  1074. Thu Jan 19 21:38:34 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1075.  
  1076.     * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
  1077.     multiple tags per line.
  1078.  
  1079. Tue Jan  3 13:29:46 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1080.  
  1081.     * movemail.c: Check access before doing real work.
  1082.     Check that outfile is in a writable directory.
  1083.     On fatal error, delete the lock file.
  1084.  
  1085. Sat Dec 31 17:46:29 1988  Richard Mlynarik  (mly at rice-chex.ai.mit.edu)
  1086.  
  1087.         * env.c:  Add decl for my-index
  1088.         * etags.c (file-entries): .oak => scheme
  1089.  
  1090. Fri Dec 30 16:37:27 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1091.  
  1092.     * movemail.c: Use `access' to check input and output files.
  1093.  
  1094. Wed Dec 28 02:31:00 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1095.  
  1096.     * emacsclient.c (main): Ignore all of CWD before first slash.
  1097.  
  1098. Tue Dec 27 23:11:46 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1099.  
  1100.     * etags.c (readline): Double linebuffer->size outside the xrealloc.
  1101.  
  1102. Thu Dec 22 21:51:55 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1103.  
  1104.     * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
  1105.     * server.c: chmod the socket to 0700.
  1106.  
  1107. Fri Dec  9 12:01:25 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1108.  
  1109.     * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
  1110.     (add_field): Delete comments and turn `<', `>' to spaces
  1111.     in header lines.
  1112.     (USE_FAKEMAIL): New customization macro says to make fakemail
  1113.     not be a no-op even on a BSD system.
  1114.  
  1115. Thu Dec  1 23:37:16 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1116.  
  1117.     * etags.c (consider_token): Skip comments just like whitespace.
  1118.     Notice `struct', etc. and set strtag for those tokens.
  1119.     Return 1 for the token following `struct' if an open-brace follows it.
  1120.     (C_entries): Special handling of token following `struct'
  1121.     needed because we have probably advanced to the following line
  1122.     to find the `{'.
  1123.     (main): New option `T' sets tflag and strflag.
  1124.     Set both of them by default if eflags.
  1125.  
  1126. Wed Nov 30 15:21:13 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1127.  
  1128.     * movemail.c: Do fsync before closing output.
  1129.  
  1130. Tue Nov 29 09:59:54 1988  Richard Mlynarik  (mly at pickled-brain.ai.mit.edu)
  1131.  
  1132.         * movemail.c:  Better error message when can't create tempname.
  1133.         This file needs a great deal of extra error-checking and lucid reporting...
  1134.  
  1135. Wed Nov 16 22:03:15 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1136.  
  1137.     * etags.c: Support assembler code for .s and .a files.
  1138.     (getit): Allow underscore in a tag.
  1139.  
  1140. Tue Nov 15 10:00:21 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1141.  
  1142.     * movemail.c: Close output and check errors before deleting input.
  1143.  
  1144. Sat Oct  1 17:34:46 1988  Richard Stallman  (rms at apple-gunkies.ai.mit.edu)
  1145.  
  1146.     * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
  1147.     whether to prefix it.  Handle line number args.
  1148.  
  1149. Sat Sep 24 00:23:49 1988  Richard Stallman  (rms at gluteus.ai.mit.edu)
  1150.  
  1151.     * etags.c (main): default setting of eflag was backwards.
  1152.  
  1153. Fri Sep 23 17:05:34 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1154.  
  1155.     * etags.c: New option -i.  -f renamed -o.
  1156.     `-' as input file means read input file names from stdin.
  1157.     -i spec'd or input file named TAGS means the input file is another
  1158.     tag table; output an "include" line for it.
  1159.  
  1160. Mon Sep 19 17:52:09 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1161.  
  1162.     * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
  1163.     New targets install, install.sysv, install.xenix.
  1164.     This makefile is now responsible for installing executables
  1165.     and documentation from this directory into system directories.
  1166.  
  1167. Fri Sep 16 01:03:55 1988  Richard Stallman  (rms at corn-chex.ai.mit.edu)
  1168.  
  1169.     * server.c, emacsclient.c (main): Compute socket name from euid.
  1170.  
  1171. Thu Aug  4 19:42:45 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1172.  
  1173.     * emacsclient.c: Args like +DIGITS are passed through unchanged.
  1174.  
  1175. Tue Jul 12 22:08:00 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1176.  
  1177.     * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
  1178.     * emacsclient.c: Likewise.
  1179.     In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
  1180.  
  1181. Thu Jun 23 08:40:53 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1182.  
  1183.     * etags.c: Handle `typedef struct foo {' (price@mcc.com).
  1184.     (istoken) New string-comparison macro.
  1185.     (consider_token): New arg `level'.  New state `tag_ok' in `tydef'.
  1186.  
  1187. Tue Jun 14 04:25:58 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1188.  
  1189.     * etags.c: Changes for VMS.
  1190.     Always define ETAGS on VMS.
  1191.     Define macros GOOD and BAD for success and failure exit codes.
  1192.     (begtk, intk): Allow `$' in identifiers
  1193.     (main): Don't support -B, -F or -u on VMS.
  1194.     Alternate loop for scanning filename arguments.
  1195.     (system): Delete definition of this function.
  1196.  
  1197.     * etags-vmslib.c (system): Undefine this; VMS now provides it.
  1198.  
  1199. Wed Jun  8 08:18:21 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1200.  
  1201.     * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
  1202.     around include of param.h.  (Like fns.c.)
  1203.  
  1204. Mon May 16 01:06:26 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1205.  
  1206.     * loadst.c (load_average): Move load-average code to this new fn.
  1207.     Add conditionals to compute load ave on UMAX.
  1208.  
  1209. Sat May 14 01:24:53 1988  Richard Stallman  (rms at lucky-charms.ai.mit.edu)
  1210.  
  1211.     * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
  1212.     with opposite sense.
  1213.  
  1214. Fri May 13 18:09:39 1988  Chris Hanson  (cph at kleph)
  1215.  
  1216.     * emacsclient.c: Delete references to unused variable `out'.  This
  1217.     caused a bus error when used under hp-ux.
  1218.  
  1219. Fri May  6 10:42:31 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1220.  
  1221.     * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
  1222.  
  1223. Wed May  4 16:08:43 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  1224.  
  1225.     * etags.c (find_entries): `.t' or `.sch' means scheme code.
  1226.  
  1227. Fri Apr 29 00:22:26 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1228.  
  1229.     * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
  1230.  
  1231. Thu Apr 28 08:55:46 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1232.  
  1233.     * movemail.c: #undef close, since config can #define it on V.3.
  1234.     * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
  1235.  
  1236. Tue Apr 26 07:33:01 1988  Richard Stallman  (rms at lucky-charms.ai.mit.edu)
  1237.  
  1238.     * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
  1239.     invalid escape sequences such as `\{'.
  1240.  
  1241.     * loadst.c: Add `sequent' conditional for file dk.h.
  1242.  
  1243. Sun Mar 20 13:17:13 1988  Richard M. Stallman  (rms at wilson)
  1244.  
  1245.     * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
  1246.  
  1247.     * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
  1248.